home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / edit / e4dv203.zip / TEMPLATE.C < prev    next >
C/C++ Source or Header  |  1993-06-14  |  172b  |  16 lines

  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <string.h>
  4.  
  5. /* Prototypes */
  6.  
  7.  
  8. /* End of Prototypes */
  9.  
  10. int main(int argc, char * argv[])
  11. {
  12.     
  13.  
  14.     return 0;    
  15. }
  16.